###############################################
# Xenomorph Situations
# Situation shells for the Voidbrood and Draconic paths.
###############################################

situation_xenomorph_voidbrood_adaptation = {
	picture = GFX_evt_space_amoeba
	category = positive
	start_value = 0
	# 3_65: was inert (base 0, no changers) + capped at 10 vs implicit 100 threshold.
	# Advancement values [VETO]: base 1 (~8.3yr), +2 via hook flag (no setter yet -> TODO).
	monthly_progress = {
		base = 1
		modifier = {
			add = 2
			owner = { has_country_flag = xenomorph_voidbrood_accelerated }
		}
	}
	stages = {
		voidbrood_adaptation_stage_1 = { icon = GFX_situation_stage_1 end = 25 }
		voidbrood_adaptation_stage_2 = { icon = GFX_situation_stage_2 end = 50 }
		voidbrood_adaptation_stage_3 = { icon = GFX_situation_stage_3 end = 75 }
		voidbrood_adaptation_stage_4 = { icon = GFX_situation_stage_4 end = 100 }
	}
	on_progress_complete = {
		owner = {
			set_country_flag = xenomorph_voidbrood_adaptation_complete
			country_event = { id = xeno_voidbrood.100 }
		}
	}
}

situation_xenomorph_dragon_genome_study = {
	picture = GFX_evt_space_dragon
	category = positive
	start_value = 0
	monthly_progress = {
		base = 1
		modifier = {
			add = 2
			owner = { has_country_flag = xenomorph_has_dragon_tissue_sample }
		}
	}
	stages = {
		dragon_genome_stage_1 = { icon = GFX_situation_stage_1 end = 25 }
		dragon_genome_stage_2 = { icon = GFX_situation_stage_2 end = 50 }
		dragon_genome_stage_3 = { icon = GFX_situation_stage_3 end = 75 }
		dragon_genome_stage_4 = { icon = GFX_situation_stage_4 end = 100 }
	}
	on_progress_complete = {
		owner = {
			set_country_flag = xenomorph_dragon_genome_study_complete
			country_event = { id = xeno_draconic.100 }
			country_event = { id = xeno_draconic.500 }
		}
	}
}
